home *** CD-ROM | disk | FTP | other *** search
/ Mega Guia 2004 June / Mega Guia: 2004-06.iso / _files / free / myalbum / ES / myalbumsetup.exe / {app} / MyAlbum.chm / html / myalbum.css < prev    next >
Cascading Style Sheet File  |  2003-12-16  |  2KB  |  83 lines

  1. BODY {
  2.     font: x-small Verdana, Arial, Helvetica, sans-serif;
  3.     background-color: #FFFFCC; }
  4. h1, h2, h3, h4 {
  5.     font-family: verdana, Arial, Helvetica, sans-serif;
  6.     font-weight: bold;
  7.     color: #000000; }
  8. h1 {
  9.     font-size: 145%;
  10.     margin-bottom: .5em; }
  11. h2 {
  12.     font-size: 125%;
  13.     margin-top: 1.5em;
  14.     margin-bottom: .5em; }
  15. h3 {
  16.     font-size: 115%;
  17.     margin-top: 1.2em;
  18.     margin-bottom: .5em }
  19. h4 {
  20.     font-size: 100%;
  21.     margin-top: 1.2em;
  22.     margin-bottom: .5em; }
  23.  
  24. P {
  25.     font: x-small Verdana, Arial, Helvetica, sans-serif;
  26.     color: #000000; }
  27. CODE {
  28.     font: "Courier New", Courier, mono;
  29.     font-size: 100%;
  30.     color: #0000FF; }
  31. PRE {
  32.     font: "Courier New", Courier, mono;
  33.     font-size: 100%;
  34.     color: #0000FF; }
  35.  
  36. TD {
  37.     font-size: x-small; }
  38.  
  39. A:LINK {
  40.     color: #008080; }
  41. A:VISITED {
  42.     color: #008080; }
  43. A:HOVER {
  44.     color: #008080; }
  45. .label {
  46.     font-weight: bold; }
  47. .tl {
  48.     margin-bottom: .75em; }
  49. .atl {
  50.     padding-left: 1.5em;
  51.     padding-bottom: .75em; }
  52. .caption {
  53.     font-size: 8pt; font-style: italic }
  54. .cfe {
  55.     font-weight: bold; }
  56. .code { 
  57.     font: 100% "Courier New", Courier, mono; }
  58.  
  59. .comment { font-style: italic; font-variant: normal; font-weight: normal; font-size: 8pt; 
  60.    font-family: Verdana, Arial, Helvetica, sans-serif } 
  61. .mini { 
  62.     font-size: smaller; } 
  63. LI { 
  64.     margin-top: .75em; 
  65.     margin-bottom: .75em; } 
  66. UL { 
  67.     list-style: disc; } 
  68.  
  69. UL UL, OL OL, OL UL, UL OL { 
  70.     margin-top: 1em; 
  71.     margin-bottom: 1em; } 
  72. LI P {
  73.     margin-top: .5em;
  74.     margin-bottom: .5em; }
  75.  
  76. .dt {
  77.     margin-bottom: -1em; }
  78. .indent {
  79.     margin-left: 1.5em; }
  80. SUP {
  81.     text-decoration: none;
  82.     font-size: smaller; }
  83.